home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / motifpg2.zip / XMenu5 < prev    next >
Text File  |  1992-07-03  |  2KB  |  59 lines

  1. !
  2. ! Appearance resources
  3. !
  4. *pshell.Box.hSpace: 0
  5. *pshell.Box.vSpace: 0
  6. *subshell.Box.hSpace: 0
  7. *subshell.Box.vSpace: 0
  8. *menubox*width:  135
  9. *subbox*width:  135
  10. *Command.justify: left
  11. *quit*label:    Quit
  12. *label.label:    This is a Pretend Main Window; Press in here.
  13. *label.font:    *helv*14*iso8859-1
  14. *menulabel.label:  MAIN MENU
  15. *menupane0.label:  View Next
  16. *menupane1.label:  View Previous
  17. *menupane2.label:  Delete
  18. *menupane3.label:  Move
  19. *menupane4.label:  Unmark
  20. *menupane5.label:  Copy To ==>
  21. *menupane6.label:  View In New
  22. *menupane7.label:  Reply
  23. *menupane8.label:  Forward
  24. *menupane9.label:  Use As Comp
  25. *sublabel.label:  SUB MENU
  26. *subpane0.label:  Xnews folder
  27. *subpane1.label:  Xt folder
  28. *subpane2.label:  Xlib folder
  29. *subpane3.label:  Xconsortium folder
  30. *subpane4.label:  Xaw folder
  31. *subpane5.label:  Drafts folder
  32. *subpane6.label:  Misc folder
  33. *subpane7.label:  Personal folder
  34. *subpane8.label:  Xprotocol folder
  35. *subpane9.label:  To Do List
  36. !
  37. !  Functional Resources
  38. !
  39. !  popping down both menus 
  40. *pshell.translations:\
  41.      <BtnUp>: XtMenuPopdown(subshell) XtMenuPopdown(pshell)  
  42. !  popping up main menu
  43. *label.translations:\
  44.         <BtnDown>: placeMenu() XtMenuPopup(pshell)
  45. ! Main Menu translations
  46. *menubox.Command.translations:\
  47.    <EnterWindow>:     highlight()             \n\
  48.    <LeaveWindow>:     reset()                 \n\
  49.    <BtnUp>:          set() notify() unset()
  50. *menubox.menupane5.translations:\
  51.    <LeaveWindow>:     checkRightAndPopupSubmenu()
  52. ! Sub Menu translations
  53. *subbox.translations:\
  54.    <LeaveWindow>:     popdownSubmenu(subbox) 
  55. *subbox.Command.translations:\
  56.    <EnterWindow>:     highlight()             \n\
  57.    <LeaveWindow>:     reset()                 \n\
  58.    <BtnUp>:          set() notify() unset()
  59.